Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
SyncShareable
/
[shareSyncProtocol]
M
[shareSyncProtocol]
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
SyncShareable
/
[shareSyncProtocol]
M
[shareSyncProtocol]
method
stream.iter.SyncShareable.[shareSyncProtocol]
[shareSyncProtocol]
(
options
:
ShareSyncOptions
)
:
SyncShare
;
Referenced types
interface
ShareSyncOptions
backpressure
?
:
BackpressurePolicy
highWaterMark
?
:
number
namespace
SyncShare
function
from
(
input
:
SyncByteReadableStream
|
SyncShareable
,
options
?
:
ShareSyncOptions
)
:
SyncShare
;